Papers with statistical methods
Detecting Machine-Generated Text: Techniques and Challenges (2024.acl-tutorials)
Copied to clipboard
| Challenge: | This tutorial focuses on machine-generated text and deepfakes. |
| Approach: | This tutorial aims to provide a comprehensive overview of text detection techniques . it will focus on machine-generated text and deepfakes . |
| Outcome: | This tutorial focuses on machine-generated text and deepfakes. |
Essentia: Mining Domain-specific Paraphrases with Word-Alignment Graphs (D19-53)
Copied to clipboard
| Challenge: | Existing methods for mining general-purpose paraphrases are often based on statistical methods, but domain-specific corpora are too small to fit statistical methods. |
| Approach: | They propose a method to mine paraphrases from a small set of sentences that roughly share the same topic or intent. |
| Outcome: | The proposed method obtains high quality paraphrases as evaluated by crowd workers. |
ACCESS : A Benchmark for Abstract Causal Event Discovery and Reasoning (2025.naacl-long)
Copied to clipboard
Vy Vo, Lizhen Qu, Tao Feng, Yuncheng Hua, Xiaoxi Kang, Songhai Fan, Tim Dwyer, Lay-Ki Soon, Gholamreza Haffari
| Challenge: | Existing methods for identifying event causality in NLP are limited in their scale and rely on lexical cues. |
| Approach: | They propose a benchmark for identifying abstract causality from a large-scale dataset. |
| Outcome: | The proposed benchmark can be leveraged for enhancing QA reasoning performance in LLMs. |
Learning Universal Authorship Representations (2021.emnlp-main)
Copied to clipboard
Rafael A. Rivera-Soto, Olivia Elizabeth Miano, Juanita Ordonez, Barry Y. Chen, Aleem Khan, Marcus Bishop, Nicholas Andrews
| Challenge: | authorship verification has traditionally relied on modeling stylometric linguistic properties . but neural methods introduce a tradeoff: they obviate the need for manual feature design . |
| Approach: | They propose to use domain-specific features to improve authorship representations . they propose to study Amazon reviews, fanfiction short stories, and Reddit comments . |
| Outcome: | The proposed methods outperform existing methods in large-scale authorship verification scenarios. |
CodeGenWrangler: Data Wrangling task automation using Code-Generating Models (2025.naacl-industry)
Copied to clipboard
| Challenge: | Tabular datasets in industrial settings often encompass extensive data with numerous rows and columns. |
| Approach: | They propose a system that leverages large language models to generate executable code for data wrangling tasks . they identify inherent patterns in the data while leveraging external knowledge . |
| Outcome: | The proposed system detects patterns in the data while leveraging external knowledge . it generates executable code for data-wrangling tasks like missing value imputation and error correction . |
On the Language Neutrality of Pre-trained Multilingual Representations (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Existing studies have focused on cross-linguality of contextual embeddings . however, they are only moderately language-neutral by default . |
| Approach: | They propose to use unsupervised centering and fitting an explicit projection on parallel data to achieve stronger language neutrality. |
| Outcome: | The proposed model outperforms existing models on XNLI and NER tasks. |
A Pragmatic Approach for Classical Chinese Word Segmentation (L18-1)
Copied to clipboard
| Challenge: | Classical Chinese word segmentation is largely neglected due to its obsoleteness . a new approach to segmentation using a marked-up corpus is needed . |
| Approach: | They propose a pragmatic approach to deal with Classical Chinese word segmentation without any marked-up corpus. |
| Outcome: | The proposed method makes the CCWS without any marked-up corpus more accurate compared with collocation-based methods. |
Statistical inference on black-box generative models in the data kernel perspective space (2025.findings-acl)
Copied to clipboard
| Challenge: | Generative models are capable of producing human-expert level content across a variety of topics and domains. |
| Approach: | They extend recent results on representations of black-box generative models to model-level statistical inference tasks. |
| Outcome: | The proposed models are effective for multiple inference tasks and meet or surpass human-level standards on benchmarks across a range of tasks. |
Modeling Content Importance for Summarization with Pre-trained Language Models (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies on content importance do not consider semantics and context when evaluating importance. |
| Approach: | They apply information theory to pre-trained language models to define the concept of importance from the perspective of information amount. |
| Outcome: | Experiments on CNN/Daily Mail and New York Times show that the proposed model can model the importance of content better than previous methods based on F1 and ROUGE scores. |
Development of Automatic Speech Recognition for the Documentation of Cook Islands Māori (2022.lrec-1)
Copied to clipboard
Rolando Coto-Solano, Sally Akevai Nicholas, Samiha Datta, Victoria Quint, Piripi Wills, Emma Ngakuravaru Powell, Liam Koka’ua, Syed Tanveer, Isaac Feldman
| Challenge: | a new study describes the process of data processing and training of an automatic speech recognition system for Cook Islands Mori . the system is based on statistical and Deep Learning techniques, and is available under a license . |
| Approach: | They describe the process of data processing and training of an automatic speech recognition system for Cook Islands Mori . they transcribed four hours of speech from adults and elderly speakers of the language and prepared two experiments . |
| Outcome: | The proposed system can perform better with low-resource Indigenous languages . the system can be used to accelerate the documentation of Cook Islands Mori . |
On the Idiosyncrasies of the Mandarin Chinese Classifier System (N19-1)
Copied to clipboard
| Challenge: | idiosyncrasies of the Chinese classifier system have been studied, but little work has been done to quantify them with statistical methods. |
| Approach: | They propose an information-theoretic approach to measuring idiosyncrasies in Mandarin Chinese by calculating the mutual information between the distribution over classifiers and distributions over other linguistic quantities. |
| Outcome: | The proposed method reduces uncertainty in Mandarin Chinese classifiers by knowing semantic information about nouns that they modify. |
Towards Pragmatic Production Strategies for Natural Language Generation Tasks (2022.emnlp-main)
Copied to clipboard
| Challenge: | Using language to communicate successfully requires effort. |
| Approach: | They propose a conceptual framework for the design of natural language generation systems that follow efficient and effective production strategies to achieve complex communicative goals. |
| Outcome: | The proposed framework is applied to visually grounded referential games and abstractive text summarisation tasks with real-world applications. |
Developing an Arabic Infectious Disease Ontology to Include Non-Standard Terminology (2020.lrec-1)
Copied to clipboard
| Challenge: | Existing ontologies for Arabic are difficult due to the lack of resources and the nature of the Arabic language. |
| Approach: | They propose to build an Arabic ontology that integrates scientific vocabularies with informal equivalents. |
| Outcome: | The proposed ontology integrates scientific vocabularies with informal equivalents in Arabic . it will be automatically generated but the results will be evaluated by a domain expert . |
Wino-X: Multilingual Winograd Schemas for Commonsense Reasoning and Coreference Resolution (2021.emnlp-main)
Copied to clipboard
| Challenge: | Winograd schemas are well-established tools for evaluating coreference resolution and commonsense reasoning capabilities of computational models. |
| Approach: | They present a dataset of German, French, and Russian schemas aligned with their English counterparts. |
| Outcome: | The proposed model improves in English and German, while the model improve in other languages. |
VERITAS: Leveraging Vision Priors and Expert Fusion to Improve Multimodal Data (2025.emnlp-main)
Copied to clipboard
| Challenge: | supervised fine-tuning (SFT) data is critical for large multimodal models . current methods suffer from factual errors and hallucinations due to inadequate visual perception . |
| Approach: | They propose a pipeline that integrates vision priors and state-of-the-art LMMs with statistical methods to enhance SFT data quality. |
| Outcome: | The proposed pipeline outperforms existing models in text-rich reasoning tasks while enhancing reasoning efficiency. |
Exploring Intra and Inter-language Consistency in Embeddings with ICA (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies have shown that ICA can reveal universal semantic axes across languages but lack verification of consistency of independent components within and across languages. |
| Approach: | They propose to use independent component analysis to identify independent components that are more interpretable than PCA to find universal semantic axes. |
| Outcome: | The proposed framework ensures the reliability and universality of semantic axes. |
Fast, Not Fancy: Rethinking G2P with Rich Data and Statistical Models (2025.findings-emnlp)
Copied to clipboard
| Challenge: | specific disambiguation strategies introduce additional latency, making them unsuitable for real-time applications. |
| Approach: | They propose a semi-automated pipeline for constructing homograph-focused datasets . they introduce a HomoRich dataset and advocate for a paradigm shift . |
| Outcome: | The proposed pipeline improves a state-of-the-art deep learning-based G2P system for Persian. |
From Perceptions to Decisions: Wildfire Evacuation Decision Prediction with Behavioral Theory-informed LLMs (2025.acl-long)
Copied to clipboard
| Challenge: | Existing statistical methods for evacuation decision prediction fail to capture complex and diverse behavioral logic of different individuals. |
| Approach: | They propose a Large Language Model (LLM)-based framework that integrates behavioral theories and models to streamline the Chain-of-Thought reasoning and integrates with memory-based Reinforcement Learning module to provide accurate evacuation decision prediction and understanding. |
| Outcome: | The proposed framework improves on three post-wildfire survey datasets with strong cross-event generalizability over existing models. |